revXMLRPC_GetParamCount
Type
function
Summary
Returns the number of parameters from an XML-RPC document structure.
Syntax
revXMLRPC_GetParamCount(<XMLRPCdocumentID>)
Description
Use revXMLRPC_GetParamCount to get the number of parameters contained in the structure of an XML-RPC document.
Parameters
Name | Type | Description |
---|---|---|
XMLRPCdocumentID | integer | The number returned by the revXMLRPC_CreateRequest when you created the XML-RPC request, or the successful revXMLRPC_Execute function when you executed an XML-RPC request. |
Examples
local tParamCount
put revXMLRPC_GetParamCount(tResponse) into tParamCount
Related
command: revXMLRPC_AddParam
function: revXMLRPC_Execute
glossary: XML-RPC
library: XML-RPC library
Compatibility and Support
Introduced
LiveCode 2.5
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile